AAsset_seek64

Seek to the specified offset within the asset data. 'whence' uses the same constants as lseek()/fseek().

Uses 64-bit data type for large files as opposed to the 32-bit type used by AAsset_seek.

Returns the new position on success, or (off64_t) -1 on error.

version(Android)
extern (C)
AAsset_seek64

Meta